This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "dependencies": { | |
| "handlebars": "2.0.0", | |
| "jquery": "^1.11.1", | |
| "ember": "~1.9.1", | |
| "ember-data": "1.0.0-beta.14.1", | |
| "ember-resolver": "~0.1.10", | |
| "loader.js": "stefanpenner/loader.js#1.0.1", | |
| "ember-cli-shims": "stefanpenner/ember-cli-shims#0.0.3", | |
| "ember-cli-test-loader": "rwjblue/ember-cli-test-loader#0.0.4", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>name</key> | |
| <string>Kris - based on Railscasts</string> | |
| <key>settings</key> | |
| <array> | |
| <dict> | |
| <key>settings</key> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>fileTypes</key> | |
| <array> | |
| <string>tpl</string> | |
| <string>html</string> | |
| </array> | |
| <key>foldingStartMarker</key> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/chosen/chosen.proto.js b/chosen/chosen.proto.js | |
| index e5049b0..0200299 100644 | |
| --- a/chosen/chosen.proto.js | |
| +++ b/chosen/chosen.proto.js | |
| @@ -408,14 +408,15 @@ Copyright (c) 2011 by Harvest | |
| Chosen.prototype.container_mousedown = function(evt) { | |
| var target_closelink; | |
| if (!this.is_disabled) { | |
| - target_closelink = evt != null ? evt.target.hasClassName("search-choice-close") : false; | |
| + var target = evt != null && evt.target ? $(evt.target) : null |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
| { | |
| "folders": | |
| [ | |
| { | |
| "path": "./common", | |
| "folder_exclude_patterns": ["3rdparty"] | |
| }, | |
| { | |
| "path": "./includes", | |
| "folder_exclude_patterns": ["3rdparty"] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Process: MongoHub [18473] | |
| Path: /Applications/MongoHub.app/Contents/MacOS/MongoHub | |
| Identifier: com.thepeppersstudio.MongoHub | |
| Version: 2.0.9 (2.0.9) | |
| Code Type: X86-64 (Native) | |
| Parent Process: launchd [129] | |
| Date/Time: 2010-05-29 22:58:41.429 -0700 | |
| OS Version: Mac OS X 10.6.3 (10D2094) | |
| Report Version: 6 |
NewerOlder