“Why, sometimes I've believed as many as six impossible things before breakfast.”
-- Lewis Carroll, Alice in Wonderland
new Date() === new Date()
//=> false
new Date() == new Date()
//=> false
new Date() > new Date()
var currentState = get(this, 'currentState') || this, state, newState; |
Helpers.Velcro = | |
getSelection: ($elem) -> | |
$elem.find('.selectedOption').text().trim() | |
hasSelection: ($elem) -> | |
not Helpers.Velcro.getSelection($elem).contains("Select") | |
selectRandomOption: ($elem, continueTesting) -> | |
$elem.find('.velcro-dropdown').click() |
“Why, sometimes I've believed as many as six impossible things before breakfast.”
-- Lewis Carroll, Alice in Wonderland
new Date() === new Date()
//=> false
new Date() == new Date()
//=> false
new Date() > new Date()
callMethod = (target, method, args) -> | |
method = target[method] if Ember.typeOf(method) is "string" | |
method.apply target, args | |
### | |
Returns a function, that, when invoked, will only be triggered at most once during a given window of time. | |
### | |
Ember.throttle = (target, method, wait) -> | |
timeout = undefined |
### | |
"Stalkable" objects can be watched for any and all changes | |
@author Bryan Elliott <[email protected]> | |
### | |
### | |
Detect whether an Object is using this Mixin | |
### | |
Ember.Mixin::detectInstance = (object) -> |
comparators
null < 1
//=> true
null < 0
//=> false
undefined < 1
//=> false
undefined < 0
//=> false
御承知置きの通り | |
お聞き入れの通り | |
お聞き届けの通り | |
御領承の通り | |
御応諾の通り | |
御承引の通り |
# === | |
# = This helper sends client errors home to the server for logging | |
# === | |
# TODO: include some client diagnostics, browser type etc | |
# Grab standard error callback | |
_super = Ember.Logger.error | |
# Overwrite error callback to phone home | |
Ember.Logger.error = (message) -> |
fresh clone of voxel-gist [https://github.com/maxogden/voxel-gist]
[kumavis:...Development/Node/voxel-gist]$ npm install
npm http GET https://registry.npmjs.org/ecstatic/0.3.2
npm http GET https://registry.npmjs.org/jsonp/0.0.3
npm http GET https://registry.npmjs.org/javascript-editor/0.0.1
npm http GET https://registry.npmjs.org/snuggie/0.0.4
npm http GET https://registry.npmjs.org/uglify-js/2.2.3
filesystem-browserify implements: 7 attributes
createReadStream
createWriteStream
readFile
readdir
rename
unlink
writeFile