jscocoa is no longer a thing

This commit is contained in:
Corey Johnson
2012-03-01 16:09:37 -08:00
parent 404ca89767
commit 8f5ffe2e65
2 changed files with 0 additions and 14 deletions

View File

@@ -3,7 +3,6 @@
_ = require 'underscore'
$ = require 'jquery'
jscocoa = require 'jscocoa'
module.exports =
# Make the given path absolute by resolving it against the

View File

@@ -1,13 +0,0 @@
# This is where we put things from JSCocoa's class.js file
exports.outArgument = (args...) ->
# Derive to store some javascript data in the internal hash
if not @outArgument2?
OSX.JSCocoa.createClass_parentClass_ 'JSCocoaOutArgument2', 'JSCocoaOutArgument'
o = OSX.JSCocoaOutArgument2.instance
o.isOutArgument = true
if args.length == 2
o.mateWithMemoryBuffer_atIndex_ args[0], args[1]
o