-
Prime could use a lib like Lo-Dash for its low level utility methods. Lo-Dash covers issues like old IE's `[[DontEnum]]` bug that `prime.each` handles, but also fixes Firefox/WebKit/Opera `prototype` …
-
We discovered that referencing window.navigator in the main.js config caused the r.js optimzation to fail:
```
WARN - File named public/javascripts/app/main.js is not wrapped in a 'require' or 'defin…
ropez updated
10 years ago
-
1. npm packages can only have lowercase characters in their name.
2. Also, in Node, `require` parameters are case-insensitive. In other words, these all have the same effect:
``` js
require(…
-
Missing files while doing nm link. Any help would be appreciated. =)
ember-cli $ npm link
npm http GET https://registry.npmjs.org/chai
npm http GET https://registry.npmjs.org/chai-as-promised
npm htt…
-
That way it would be possible to call these methods over array-like objects (ie. jQuery collections) and we also wouldn't need to worry if behavior is exactly like the ES5 spec in every scenario\* (wi…