mirror of
https://github.com/airstruck/luigi.git
synced 2025-12-18 18:06:44 +00:00
remove ... from style ctor
This commit is contained in:
@@ -4,9 +4,9 @@ local Base = require(ROOT .. 'base')
|
||||
|
||||
local Style = Base:extend()
|
||||
|
||||
function Style:constructor (rules, ...)
|
||||
function Style:constructor (rules, lookupNames)
|
||||
self.rules = rules
|
||||
self.lookupNames = { ... }
|
||||
self.lookupNames = lookupNames
|
||||
end
|
||||
|
||||
function Style:getProperty (object, property)
|
||||
|
||||
Reference in New Issue
Block a user