This commit is contained in:
Chris Wanstrath 2011-08-23 00:24:45 -07:00
parent fdea24aced
commit 22c4b0c026
3 changed files with 25 additions and 0 deletions

View File

@ -56,6 +56,8 @@
8359A73213FE270F00AC37E3 /* JSCocoaLib.m in Sources */ = {isa = PBXBuildFile; fileRef = 8359A71E13FE270F00AC37E3 /* JSCocoaLib.m */; };
8359A73313FE270F00AC37E3 /* JSCocoaPrivateObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 8359A72013FE270F00AC37E3 /* JSCocoaPrivateObject.m */; };
8393431313FE39E100EF93FB /* underscore.js in Resources */ = {isa = PBXBuildFile; fileRef = 8393431113FE39D800EF93FB /* underscore.js */; };
83DBC6EA14038CD300688796 /* jquery.js in Sources */ = {isa = PBXBuildFile; fileRef = 83DBC6E914038CD300688796 /* jquery.js */; };
83DBC6EB14038CDF00688796 /* jquery.js in Resources */ = {isa = PBXBuildFile; fileRef = 83DBC6E914038CD300688796 /* jquery.js */; };
83E83D94140374480043D7EA /* AtomWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = 83E83D93140374480043D7EA /* AtomWindowController.m */; };
8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
8D11072D0486CEB800E47090 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; settings = {ATTRIBUTES = (); }; };
@ -129,6 +131,7 @@
8359A72013FE270F00AC37E3 /* JSCocoaPrivateObject.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JSCocoaPrivateObject.m; sourceTree = "<group>"; };
8359A72113FE270F00AC37E3 /* jslint-jscocoa.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = "jslint-jscocoa.js"; sourceTree = "<group>"; };
8393431113FE39D800EF93FB /* underscore.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = underscore.js; path = HTML/underscore.js; sourceTree = "<group>"; };
83DBC6E914038CD300688796 /* jquery.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; name = jquery.js; path = HTML/jquery.js; sourceTree = "<group>"; };
83E83D92140374480043D7EA /* AtomWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AtomWindowController.h; sourceTree = "<group>"; };
83E83D93140374480043D7EA /* AtomWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AtomWindowController.m; sourceTree = "<group>"; };
8D1107310486CEB800E47090 /* Atomicity-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "Atomicity-Info.plist"; sourceTree = "<group>"; };
@ -239,6 +242,7 @@
8359A04B13FE18FD00AC37E3 /* gh.png */,
83599FED13FE15F800AC37E3 /* index.html */,
8393431113FE39D800EF93FB /* underscore.js */,
83DBC6E914038CD300688796 /* jquery.js */,
);
name = HTML;
sourceTree = "<group>";
@ -357,6 +361,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
83DBC6EB14038CDF00688796 /* jquery.js in Resources */,
8393431313FE39E100EF93FB /* underscore.js in Resources */,
8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */,
1DDD58160DA1D0A300B32029 /* MainMenu.xib in Resources */,
@ -435,6 +440,7 @@
8359A73213FE270F00AC37E3 /* JSCocoaLib.m in Sources */,
8359A73313FE270F00AC37E3 /* JSCocoaPrivateObject.m in Sources */,
83E83D94140374480043D7EA /* AtomWindowController.m in Sources */,
83DBC6EA14038CD300688796 /* jquery.js in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};

View File

@ -19,6 +19,7 @@
<script src="mode-coffee.js" type="text/javascript" charset="utf-8"></script>
<script src="mode-html.js" type="text/javascript" charset="utf-8"></script>
<script src="underscore.js" type="text/javascript" charset="utf-8"></script>
<script src="jquery.js" type="text/javascript" charset="utf-8"></script>
<script src="osx.js" type="text/javascript" charset="utf-8"></script>
<script src="atomicity.js" type="text/javascript" charset="utf-8"></script>

18
HTML/jquery.js vendored Normal file

File diff suppressed because one or more lines are too long