Update Ember.js documentation to 1.1.2

pull/10/head
Thibaut 11 years ago
parent ba7a12f255
commit e1a7cdcac6

@ -42,12 +42,8 @@ module Docs
# "." = class method, "#" = instance method
separator = '#'
separator = '.' if self.name == 'Ember' || self.name.split('.').last =~ /\A[a-z]/ || node.at_css('.static')
name.prepend self.name + separator
# Fix bug in DS.Adapter / "{Array} ids" and "{DS.Model} record"
name.sub! %r[\{.+\}\s*], ''
name << '()' if node['class'].include? 'method'
name << ' event' if node['class'].include? 'event'

@ -3,7 +3,7 @@ module Docs
self.name = 'Ember.js'
self.slug = 'ember'
self.type = 'ember'
self.version = '1.0.0'
self.version = '1.1.2'
self.base_url = 'http://emberjs.com/api/'
html_filters.push 'ember/clean_html', 'ember/entries', 'title'
@ -40,6 +40,7 @@ module Docs
classes/Ember.TextSupport.html
data/classes/DS.AdapterPopulatedRecordArray.html
data/classes/DS.AttributeChange.html
data/classes/DS.DebugAdapter.html
data/classes/DS.RecordArrayManager.html
data/classes/DS.RelationshipChange.html
data/classes/DS.RelationshipChangeAdd.html

Loading…
Cancel
Save