Implement OnigRegExp.getCaptureTree natively

This commit is contained in:
Corey Johnson & Nathan Sobo
2012-08-07 16:20:02 -07:00
parent 088b1a1398
commit 827b3e29d3
5 changed files with 46 additions and 49 deletions

View File

@@ -7,7 +7,6 @@ fs = require 'fs'
_ = require 'underscore'
$ = require 'jquery'
{CoffeeScript} = require 'coffee-script'
require 'onig-reg-exp'
windowAdditions =
rootViewParentSelector: 'body'